PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowContentDrawListener Interface / draw Method
The object that sends the event.
Arguments for drawing the custom content.
In This Topic
    draw Method
    In This Topic
    draws custom content in a flow document before or after a flow content object is drawn.
    Syntax
    void draw( 
       java.lang.Object sender,
       PDFFlowContentDrawEvent args
    )

    Parameters

    sender
    The object that sends the event.
    args
    Arguments for drawing the custom content.
    See Also